inherited FrmFill: TFrmFill Left = 431 Caption = 'Fill' ClientHeight = 186 PixelsPerInch = 96 TextHeight = 13 inherited GrpRange: TGroupBox Align = alTop end inherited PanButtons: TPanel Top = 152 TabOrder = 2 inherited ButOK: TButton OnClick = ButOKClick end inherited ButClose: TButton Caption = '&Close' end end object GrpValue: TGroupBox [2] Left = 0 Top = 106 Width = 241 Height = 46 Align = alClient Caption = 'Value' TabOrder = 1 object Label4: TLabel Left = 88 Top = 20 Width = 57 Height = 16 AutoSize = False Caption = '<- &Num' end object Label5: TLabel Left = 144 Top = 20 Width = 49 Height = 16 Alignment = taRightJustify AutoSize = False Caption = 'Cha&r ->' end object NEdValue: TAKNumEdit Left = 16 Top = 16 Width = 65 Height = 21 CharCase = ecUpperCase MaxLength = 7 TabOrder = 0 LeadingZero = False Radix = 10 Value = 0 Version = '1.00' OnChange = NEdValueChange end object EdChar: TEdit Left = 200 Top = 16 Width = 25 Height = 21 MaxLength = 1 TabOrder = 1 OnChange = EdCharChange end end inherited Storage: TFormStorage StoredProps.Strings = ( 'RbDec.Checked' 'RbHex.Checked' 'NEdFirst.Value' 'NEdLast.Value' 'NEdValue.Value') Top = 152 end end